Good places for starting to learn Lua scripting [closed]

Posted by Cascalho on Game Development See other posts from Game Development or by Cascalho
Published on 2012-06-18T16:21:06Z Indexed on 2012/06/18 21:24 UTC
Read the original article Hit count: 166

Filed under:
|

I want to start learning to script in lua for game development. I could start with the official Lua tutorials, but I would rather study scripts that were written specifically for games and learn the syntax from there as I believe this is faster and more related to what I want.

Can you recommend tutorials in video or text that are very detailed in explaining the code? Or some open source game with heavily commented code? What I want is something detailed that walks me through it, so I start understanding both the syntax and how each piece relate to each other, like "First of all, install this, this and that." "So, here we are defining a new function that will make the player jump." "This is the main script that calls the other ones. It defines these variables." "This function tests if the player is alive."

© Game Development or respective owner

Related posts about tutorials

Related posts about lua